home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / e / e_modules02.lha / e_modules02 / framework / README.DOC < prev    next >
Encoding:
Text File  |  1996-08-17  |  690 b   |  21 lines

  1. EMODULES:fw/easyRexx
  2.   - OO module for framework and easyrexx.library
  3.   - WARNING!!! arexx shell and async messages are NOT supported
  4.   - see myRexx.e file for details (and easyrexx.doc)
  5. EMODULES:fw/easyWindow
  6.   - OO module for framework and easygui
  7.   - see myWindow.e file for details (and easygui.doc)
  8. EMODULES:fw/newEventLoop
  9.   - child of the eventLoop object
  10.   - new method
  11.     discard() - removes all objects linked to the loop object
  12. EMODULES:fw/wbAppIcon
  13.   - module with little changed method
  14.     handleDroppedIcons()
  15.   - see myappicon.e file for details
  16.  
  17. EXAMPLES:
  18.   o  FWTEST
  19.      - framework example based on myapp (c) Guichard Damien
  20.      - AppIcon + CTRL-C + EasyGui + EasyRexx
  21.